home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / interfac / it.dig / scripts / DefineSprite_417 / frame_4 / DoAction.as
Text File  |  2012-08-27  |  180b  |  9 lines

  1. if(_root.categoria_mc.revista_mc._currentframe != _root.categoria_mc.revista_mc._totalframes)
  2. {
  3.    _root.categoria_mc.revista_mc.nextFrame();
  4. }
  5. else
  6. {
  7.    gotoAndStop(1);
  8. }
  9.